home *** CD-ROM | disk | FTP | other *** search
/ BMUG Newsletter 1997 Spring / BMUG Spring 1997 Newsletter (1997).bin / Software Updaters / A-C Updaters / Adobe / PageMaker ƒ / QMS Ver 4.0 PPDs ƒ / QMS 860 Print System < prev    next >
PostScript Printer Description  |  1993-05-18  |  14KB  |  413 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "QMS 860 Print System" versions 2011.21
  4. *% Date: 5/14/92
  5. *% Modified:  05/18/93
  6. *FormatVersion: "4.0"
  7. *FileVersion: "1.0"
  8. *LanguageVersion: English
  9.  
  10. *Product: "(QMS 860 Print System)"
  11. *PSVersion: "(17) 2"
  12. *NickName: "QMS 860 Print System"
  13.  
  14. *% General Information and Defaults ===============
  15. *FreeVM: "800000"
  16. *ColorDevice: True
  17. *VariablePaperSize: False
  18. *FileSystem: True
  19. *?FileSystem: "
  20.   statusdict begin diskonline 
  21.   {(True)}{(False)} ifelse = flush end"
  22. *End
  23. *Throughput: "8"
  24. *Password: "0"
  25. *ExitServer: "
  26.   count 0 eq {  % is the password on the stack?
  27.     true 
  28.   }{
  29.     dup    % potential password
  30.     statusdict begin checkpassword end not 
  31.   } ifelse 
  32.   {  %  if no password or not valid 
  33.     (WARNING : Cannot perform the exitserver command.) = 
  34.     (Password supplied is not valid.) = 
  35.     (Please contact the author of this software.) = flush
  36.     quit 
  37.   } if 
  38.   serverdict begin exitserver
  39. "
  40. *End
  41.  
  42. *Reset: "(WARNING : Cannot reset printer.) = "
  43.  
  44. *% Halftone Information ===============
  45. *ScreenFreq: "60.0"
  46. *ScreenAngle: "45.0"
  47. *DefaultScreenProc: Dot
  48. *ScreenProc Dot: "{ dup mul exch dup mul add 1 exch sub }"
  49. *ScreenProc Line: "{ pop }"
  50. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  51.  
  52. *DefaultTransfer: Null
  53. *Transfer Null: "{ }"
  54. *Transfer Null.Inverse: "{ 1 exch sub }"
  55.  
  56. *% Paper Handling ===================
  57.  
  58. *OpenGroup: PaperHandling
  59. *OpenUI *Resolution: PickOne
  60. *OrderDependency: 5 AnySetup *Resolution
  61. *DefaultResolution: 600dpi
  62. *Resolution 300dpi: "statusdict begin 300 setresolution end"
  63. *Resolution 600dpi: "statusdict begin 600 setresolution end"
  64. *?Resolution: "
  65. save
  66.   statusdict begin resolution end
  67.   128 string cvs dup print (x) print print (dpi) = flush
  68. restore
  69. "
  70. *End
  71. *CloseUI: *Resolution
  72.  
  73. *OpenUI *PageSize: PickOne
  74. *OrderDependency: 15 AnySetup *PageSize
  75. *PageSize Letter: "statusdict begin lettertray end"
  76. *PageSize Executive: "statusdict begin executivetray end"
  77. *PageSize Legal: "statusdict begin legaltray end"
  78. *PageSize Tabloid: "statusdict begin 11x17tray end"
  79. *PageSize Universal: "statusdict begin universaltray end"
  80. *PageSize A3: "statusdict begin a3tray end"
  81. *PageSize A4: "statusdict begin a4tray end"
  82. *PageSize A5: "statusdict begin a5tray end"
  83. *PageSize A6: "statusdict begin a6tray end"
  84. *PageSize B4: "statusdict begin b4tray end"
  85. *PageSize B5: "statusdict begin b5tray end"
  86. *PageSize B6: "statusdict begin b6tray end"
  87. *?PageSize: "
  88.  save statusdict begin
  89.   12 dict begin
  90.    /letter (Letter) def 
  91.    /executivepage (Executive) def
  92.    /legal (Legal) def
  93.    /11x17 (Tabloid) def 
  94.    /universal (Universal) def
  95.    /a3 (A3) def 
  96.    /a4 (A4) def
  97.    /a5 (A5) def 
  98.    /a6 (A6) def
  99.    /b4 (B4) def 
  100.    /b5 (B5) def 
  101.    /b6 (B6) def 
  102.    papersize {
  103.      {load exec} stopped not{= flush}if
  104.    }{
  105.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  106.    }ifelse
  107.   end
  108.  end restore
  109. "
  110. *End
  111. *CloseUI: *PageSize
  112.  
  113. *OpenUI *PaperTray: PickOne
  114. *OrderDependency: 20 AnySetup *PaperTray
  115. *PaperTray Letter: "statusdict begin lettertray end"
  116. *PaperTray Executive: "statusdict begin executivetray end"
  117. *PaperTray Legal: "statusdict begin legaltray end"
  118. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  119. *PaperTray Universal: "statusdict begin universaltray end"
  120. *PaperTray A3: "statusdict begin a3tray end"
  121. *PaperTray A4: "statusdict begin a4tray end"
  122. *PaperTray A5: "statusdict begin a5tray end"
  123. *PaperTray A6: "statusdict begin a6tray end"
  124. *PaperTray B4: "statusdict begin b4tray end"
  125. *PaperTray B5: "statusdict begin b5tray end"
  126. *PaperTray B6: "statusdict begin b6tray end"
  127. *?PaperTray: "
  128.  save statusdict begin
  129.   12 dict begin
  130.    /letter (Letter) def 
  131.    /executivepage (Executive) def
  132.    /legal (Legal) def
  133.    /11x17 (Tabloid) def 
  134.    /universal (Universal) def
  135.    /a3 (A3) def 
  136.    /a4 (A4) def
  137.    /a5 (A5) def 
  138.    /a6 (A6) def
  139.    /b4 (B4) def 
  140.    /b5 (B5) def 
  141.    /b6 (B6) def 
  142.    papersize {
  143.      {load exec} stopped not{= flush}if
  144.    }{
  145.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  146.    }ifelse
  147.   end
  148.  end restore
  149. "
  150. *End
  151. *CloseUI: *PaperTray
  152.  
  153. *% These entries will set up the frame buffer. Usually used with manual feed.
  154. *DefaultPageRegion: Letter
  155. *PageRegion Letter: "letter"
  156. *PageRegion Executive: "executivepage"
  157. *PageRegion Legal: "legal"
  158. *PageRegion Tabloid: "11x17"
  159. *PageRegion Universal: "universal"
  160. *PageRegion A3: "a3"
  161. *PageRegion A4: "a4"
  162. *PageRegion A5: "a5"
  163. *PageRegion A6: "a6"
  164. *PageRegion B4: "b4"
  165. *PageRegion B5: "b5"
  166. *PageRegion B6: "b6"
  167.  
  168. *% The following entries provide information about specific paper keywords.
  169. *DefaultImageableArea: Letter
  170. *ImageableArea Letter: "10 10 598 780 "
  171. *ImageableArea Executive: "10 14 510 746 "
  172. *ImageableArea Legal: "10 14 600 998 "
  173. *ImageableArea Tabloid: "10 14 780 1214 "
  174. *ImageableArea Universal: "10 14 830 1214 "
  175. *ImageableArea A3: "10 14 830 1181 "
  176. *ImageableArea A4: "10 10 581 830 "
  177. *ImageableArea A5: "10 10 405 583 "
  178. *ImageableArea A6: "10 14 286 411 "
  179. *ImageableArea B4: "10 14 717 1021 "
  180. *ImageableArea B5: "10 10 501 717 "
  181. *ImageableArea B6: "10 14 352 506 "
  182. *?ImageableArea: "
  183.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  184.   newpath clippath pathbbox
  185.   4 -2 roll exch 2 {ceiling cvp} repeat
  186.   exch 2 {floor cvp} repeat flush
  187.  restore
  188. "
  189. *End
  190.  
  191. *% These provide the physical dimensions of the paper (by keyword)
  192. *DefaultPaperDimension: Letter
  193. *PaperDimension Letter: "612 792"
  194. *PaperDimension Executive: "522 756"
  195. *PaperDimension Legal: "612 1008"
  196. *PaperDimension Tabloid: "792 1224"
  197. *PaperDimension Universal: "842 1224"
  198. *PaperDimension A3: "842 1191"
  199. *PaperDimension A4: "596 842"
  200. *PaperDimension A5: "420 595"
  201. *PaperDimension A6: "297 420"
  202. *PaperDimension B4: "729 1032"
  203. *PaperDimension B5: "516 729"
  204. *PaperDimension B6: "363 516"
  205.  
  206. *DefaultOutputBin: Upper
  207.  
  208. *OpenUI *InputSlot: PickOne
  209. *OrderDependency: 10 AnySetup *InputSlot
  210. *DefaultInputSlot: MultiPurpose
  211. *InputSlot MultiPurpose: "statusdict begin 1 setpapertray end"
  212. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  213. *InputSlot Optional: "statusdict begin 3 setpapertray end"
  214. *?InputSlot: "
  215.  save statusdict begin
  216.   3 dict begin
  217.    /1 (MultiPurpose) def
  218.    /2 (Lower) def
  219.    /3 (Optional) def
  220.    papertray 
  221.      {( ) cvs cvn load exec} stopped not{= flush}if
  222.   end
  223.  end restore
  224. "
  225. *End
  226. *CloseUI: *InputSlot
  227. *CloseGroup: PaperHandling
  228.  
  229. *%DefaultManualFeed: None
  230. *DefaultManualFeed: False
  231. *?ManualFeed: "
  232.   statusdict /manualfeed get
  233.   {(True)}{(False)}ifelse = flush"
  234. *End
  235. *ManualFeed True: "statusdict begin /manualfeed true store end"
  236. *ManualFeed False: "statusdict begin /manualfeed false store end"
  237.  
  238. *DefaultOutputOrder: Normal
  239.  
  240. *% Font Information =====================
  241.  
  242. *DefaultFont: Courier
  243. *Font AvantGarde-Book: Standard "(001.002)"
  244. *Font AvantGarde-BookOblique: Standard "(001.002)"
  245. *Font AvantGarde-Demi: Standard "(001.003)"
  246. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  247. *Font Bookman-Demi: Standard "(001.001)"
  248. *Font Bookman-DemiItalic: Standard "(001.001)"
  249. *Font Bookman-Light: Standard "(001.001)"
  250. *Font Bookman-LightItalic: Standard "(001.001)"
  251. *Font Courier: Standard "(001.005)"
  252. *Font Courier-Bold: Standard "(001.005)"
  253. *Font Courier-BoldOblique: Standard "(001.005)"
  254. *Font Courier-Oblique: Standard "(001.005)"
  255. *Font Helvetica: Standard "(001.002)"
  256. *Font Helvetica-Bold: Standard "(001.002)"
  257. *Font Helvetica-BoldOblique: Standard "(001.002)"
  258. *Font Helvetica-Condensed: Standard "(001.001)"
  259. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  260. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  261. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  262. *Font Helvetica-Narrow: Standard "(001.002)"
  263. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  264. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  265. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  266. *Font Helvetica-Oblique: Standard "(001.002)"
  267. *Font NewCenturySchlbk-Bold: Standard "(001.007)"
  268. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  269. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  270. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  271. *Font Palatino-Bold: Standard "(001.002)"
  272. *Font Palatino-BoldItalic: Standard "(001.002)"
  273. *Font Palatino-Italic: Standard "(001.002)"
  274. *Font Palatino-Roman: Standard "(001.001)"
  275. *Font Symbol: Special "(001.003)"
  276. *Font Times-Bold: Standard "(001.002)"
  277. *Font Times-BoldItalic: Standard "(001.004)"
  278. *Font Times-Italic: Standard "(001.002)"
  279. *Font Times-Roman: Standard "(001.002)"
  280. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  281. *Font ZapfDingbats: Special "(001.002)"
  282. *?FontQuery: "
  283. save  4 dict begin /sv exch def
  284. /str (fonts/                              ) def
  285. /st2 128 string def
  286. {
  287.   count 0 gt {
  288.     dup st2 cvs (/) print print (:) print
  289.     dup FontDirectory exch known {pop (Yes)}{
  290.      str exch st2 cvs dup length /len exch def
  291.      6 exch putinterval str 0 len 6 add getinterval mark exch
  292.      { } st2 filenameforall counttomark 0 gt {
  293.       cleartomark (Yes)}{cleartomark (No)}ifelse
  294.     }ifelse = flush
  295.   }{ exit } ifelse
  296. } bind loop
  297. (*) = flush
  298. sv end restore
  299. "
  300. *End
  301.  
  302. *?FontList: "
  303. save  2 dict begin /sv exch def
  304. /str 128 string def
  305. FontDirectory { pop == } bind forall flush
  306. /filenameforall where { 
  307.  pop save (fonts/*) { 
  308.   dup length 6 sub 6 exch getinterval cvn == 
  309.  } bind str filenameforall flush restore
  310. } if 
  311. (*) = flush
  312. sv end restore
  313. "
  314. *End
  315.  
  316. *% Printer Messages (verbatim from printer):
  317.  
  318. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  319. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  320. *Message: "\FontName\ not found, using Courier"
  321.  
  322. *% Status (format: %%[ status: <one of these> ]%% )
  323. *Status: "idle"
  324. *Status: "busy"
  325. *Status: "waiting"
  326. *Status: "printing"
  327. *Status: "warming up"
  328.  
  329. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  330. *Source: "serial25"
  331. *Source: "AppleTalk"
  332. *Source: "Centronics"
  333.  
  334. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  335.  
  336. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  337.  
  338. *% Color Separation Information =====================
  339.  
  340. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  341.  
  342. *InkName: ProcessBlack/Process Black
  343. *InkName: CustomColor/Custom Color
  344. *InkName: ProcessCyan/Process Cyan
  345. *InkName: ProcessMagenta/Process Magenta
  346. *InkName: ProcessYellow/Process Yellow
  347.  
  348. *%  For 60 lpi / 300 dpi  ===============================
  349.  
  350. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  351. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  352. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  353. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  354. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  355.  
  356. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  357. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  358. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  359. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  360. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  361.  
  362. *%  For 53 lpi / 300 dpi  ===============================
  363.  
  364. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  365. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  366. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  367. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  368. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  369.  
  370. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  371. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  372. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  373. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  374. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  375.  
  376. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  377.  
  378. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  379. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  380. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  381. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  382. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  383.  
  384. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  385. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  386. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  387. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  388. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  389.  
  390. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  391. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  392. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  393. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  394. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  395. "
  396. *End
  397.  
  398. *%  For 71 lpi / 600 dpi  ===============================
  399.  
  400. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  401. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  402. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  403. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  404. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  405.  
  406. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  407. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  408. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  409. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  410. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  411.  
  412. *% end of PPD file for QMS-Hammerhead
  413.